home *** CD-ROM | disk | FTP | other *** search
- Path: noc.netcom.net!news
- From: Tarang Deshpande <tarang@willows.com>
- Newsgroups: comp.lang.c
- Subject: Re: BEGINNER -- Borland tcwin 4.5 Tab Input Problem
- Date: Thu, 28 Mar 1996 13:09:02 -0800
- Organization: NETCOM Network Operations
- Message-ID: <315AFFEE.2AED@willows.com>
- References: <4jem3o$8cg_002@nuts.nwu.edu>
- NNTP-Posting-Host: daffy.willows.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB2 (Win95; I)
-
- Laurie Long wrote:
- >
- > Can someone explain why a user-entered tab is not recognized. I have included
- > a "case: '\t'" in my program. The program doesn't freeze if the tab key is
- > pressed. The user can go on entering any other character -- white space or
- > otherwise. Also, if I use '\t' in a printf control string, for example, it
- > works just fine. This seems to be an input problem.
- >
-
- Chances are it is the function call that you are using to read. Please
- post your source code.
-